home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Browsers, Managers & Extensions
/
CookieSwap 0.5
/
cookieswap-0.5.0-fx.xpi
/
defaults
/
preferences
/
cookieSwap.js
Wrap
Text File
|
2007-07-22
|
4KB
|
46 lines
// *****************************************************************************
// * cookieSwap.js *
// * This file contains the default values for the CookieSwap preferences *
// * *
// ************************** Coding Standards *********************************
// * gMyVariable - global variable (starts with "g", then mixed case) *
// * myVariable - variables passed into functions *
// * my_variable - local variable inside of a function *
// * this.myVariable - class attributes/variable (mixed case & always *
// * referenced with "this.") *
// * MyFunction - functions are always mixed case *
// * MY_CONSTANT - constants are all caps with underscores *
// * *
// *************************** Revision History ********************************
// * Name Date BugzID Action *
// * --------- --------- ----- ------ *
// * SteveTine 25Jan2007 Trac4 Initial Creation *
// * SteveTine 31Jan2007 Trac4 Removed in favor of using an icon *
// * *
// ************************* BEGIN LICENSE BLOCK *******************************
// * Version: MPL 1.1 *
// * *
// *The contents of this file are subject to the Mozilla Public License Version*
// * 1.1 (the "License"); you may not use this file except in compliance with *
// * the License. You may obtain a copy of the License at *
// * http://www.mozilla.org/MPL/ *
// * *
// * Software distributed under the License is distributed on an "AS IS" basis,*
// * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License *
// * for the specific language governing rights and limitations under the *
// * License. *
// * *
// * The Original Code is the CookieSwap Mozilla/Firefox Extension *
// * *
// * The Initial Developer of the Original Code is *
// * Steven Tine. *
// * Portions created by the Initial Developer are Copyright (C) 2006 *
// * the Initial Developer. All Rights Reserved. *
// * *
// * Contributor(s): Steven Tine *
// * *
// **************************END LICENSE BLOCK**********************************
//To modify this pref after install access "about:config" (GUI to come)
//pref("extensions.cookieswap.statusBarPreface", "CookieSwap");